@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 225px;
  background: url(../images/bannerbg.png) center bottom no-repeat;
  left: 0;
  bottom: 0;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  border: 1px #c3a66f solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 15px;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #c3a66f;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.inBox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
.inBox .inFlex {
  display: inline-block;
}
.title {
  text-align: center;
}
.title h3 {
  line-height: 1;
  font-size: 34px;
}
.title .msText {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin: 38px auto 0;
  width: 946px;
  text-indent: 2em;
}
.aLink {
  width: 683px;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  font-size: 0;
}
.aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.aLink a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
  width: 205px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.58);
  border-radius: 3px;
  border: solid 1px rgba(204, 204, 204, 0.58);
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aLink a:hover,
.aLink a.on {
  background: #c3a66f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.service {
  background: url(../images/fwbg.jpg) center center no-repeat;
  margin-top: 10px;
}
.service .inBox {
  height: 675px;
}
.youshi {
  background: url(../images/ysbg.jpg) center center no-repeat;
  margin-top: 10px;
  height: 846px;
}
.youshi .inBox {
  height: 846px;
}
.youshi .ysList {
  margin-top: 40px;
}
.youshi .ysList ul li {
  float: left;
  width: 33.33%;
}
.youshi .ysList ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .cont {
  height: 254px;
  padding: 50px 65px 0;
  text-align: center;
}
.youshi .ysList ul li .cont h4 {
  line-height: 1;
  font-size: 20px;
  color: #333333;
}
.youshi .ysList ul li .cont .line {
  width: 50px;
  height: 1px;
  margin: 26px auto 0;
  background: #333333;
}
.youshi .ysList ul li .cont p {
  line-height: 24px;
  color: #333333;
  font-size: 14px;
  margin-top: 24px;
}
.youshi .ysList ul li .pic {
  width: 100%;
  height: 254px;
  background-color: #94bedd;
  box-shadow: 0px 0px 8px 0px rgba(86, 85, 85, 0.11);
  border: solid 3px #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li:hover .cont h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #111;
}
.youshi .ysList ul li:hover .cont .line {
  background: #c3a66f;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysList ul li:hover .cont p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysList ul li:hover .pic {
  border-color: #c3a66f;
}
.youshi .ysList ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  margin-top: 10px;
}
.case .inBox {
  height: 675px;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  margin-top: 10px;
}
.about .inBox {
  height: 675px;
}
.news {
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  margin-top: 10px;
}
.news .inBox {
  height: 675px;
}
.news .newsTabs {
  position: relative;
  margin-top: 40px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 265px;
}
.news .newsList {
  height: 265px;
}
.news .newsList ul {
  margin-right: -79px;
}
.news .newsList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul li {
  width: 370px;
  height: 261px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 2px #ffffff;
  float: left;
  margin-right: 79px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.news .newsList ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  margin: 18px 23px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 54px;
  background-color: #f4f4f4;
  border-radius: 3px;
  line-height: 54px;
  padding: 0 70px 0 30px;
  color: #111111;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .bt:before {
  content: ">";
  display: block;
  position: absolute;
  right: 30px;
  width: 18px;
  height: 18px;
  background-color: #333333;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
  font-family: simsun;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  top: 50%;
  margin-top: -9px;
}
.news .newsList ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.news .newsList ul li:hover .bt:before {
  background-color: #c3a66f;
}
.links {
  padding-bottom: 55px;
}
.links .linksBox {
  display: flex;
  line-height: 36px;
}
.links .linksBox .tit {
  float: left;
  background: url(../images/linkstit.png) 0 center no-repeat;
  font-size: 18px;
  padding-left: 36px;
  height: 36px;
  width: 140px;
}
.links .linksBox .list {
  float: right;
  overflow: hidden;
  flex: 1;
  font-size: 0;
  margin-right: -50px;
  width: 1190px;
}
.links .linksBox .list a {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  position: relative;
  font-size: 16px;
  color: #999999;
}
.links .linksBox .list a:before {
  content: "/";
  display: block;
  position: absolute;
  left: -30px;
  width: 10px;
  text-align: center;
  color: #999999;
}
.links .linksBox .list a:hover {
  color: #c3a66f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
